func runtime.rawbyteslice

2 uses

	runtime (current package)
		string.go#L182: 		b = rawbyteslice(len(s))
		string.go#L282: func rawbyteslice(size int) (b []byte) {